.sidebar {
    width: 160px;
    float: left;
    font-size: 12px;
    padding: 0 5px 0 0;
    box-shadow: 0px 1px 4px 1px #eee;
    padding-bottom:20px;
}

.widget {
    font-size: 12px;
    background: #ffffff;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget li {
    cursor: pointer;
    border-top: 1px solid #ddd;
    margin: 0;
	color:#0d6e9b
 }
.widget li a {
	color:#0d6e9b
 }
.widget li.active {
    background: #b7e5ff;
}

    .widget li.active a:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -2px;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 4px;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent transparent #e80101;
    }

.widget li:last-child {
    border-bottom: 1px solid #aaa;
}

.widget li:first-child {
    border-top: none;
}

.widget a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    line-height: 1.6em;
    color: #0d6e9b;
    padding: 8px 10px;
}

.widget li:hover {
    background: #efefef;
}

.widget a:hover,
.widget li.active a {
    color: #0d6e9b;
}
.links {
    padding: 4px 13px;
}
.links .links_t {
    border-bottom: 2px solid #333;
   /* color: #009c00;*/
}

.links_t h3 {
    padding: 10px 0 4px 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.contenCon {
    padding-bottom: 40px;
}

.latestN {
    box-shadow: 0 1px 5px #eee;
    -moz-box-shadow: 0 1px 5px #eee;
    -webkit-box-shadow: 0 1px 5px #eee;
    background: rgba(0, 146, 216,1);
    border-radius: 4px;
    line-height: 36px;
    margin-top: 4px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

    .latestN:hover {
        background: rgba(0, 146, 216,0.9);
    }

.contenCon .listCon {
    display: none;
}
